home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-16 | 285 b | 13 lines | [TEXT/CCL2] |
- To load the translator:
-
- (load "ccl:pinterface translator;translate")
-
- You need to load the package in order to compile it's files.
-
- To translate a single file:
-
- (translate::translate-pasc-file
- :input-path <input filename>
- :output-path <output filename>
- :dont-output-includes t)
-